Mulitarc 1.4.7.0 MVV Build #7
-----------------------------

1. Added format character '+' allowing to stretch format pattern until first space (or stretch space until first non-space).
2. Special '++' sequence after last format pattern stretches pattern until end of line (e.g. for file path).

Example of new 7-Zip format line:
Format0="yyyy-tt-dd hh:mm:ss aaaaa +z+ +p+ +n++"
("z+" reads unpacked size until first space; " +" skips all spaces until first non-space character; "n++" reads name until end of line)

3. Added function ReadHeaderEx, supports 64-bit file sizes.

4. Fixed buffer overflow bug when format string is longer than archiver output line.

5. Fixed wrong unpack directory bug (working directory is now passed to CreateProcess function instead of changing TC current directory).

6. SkipSfxHeader now works and supports 64-bit stubs, also SkipSfxHeader and SeekID support huge SFX archives (file mapping issues).

7. ExcludeIDs now checked for all matched formats, not only for first one.

8. No more strange text parts displayed if packer output doesn't contain Start string (packer error).

9. Fixed some batch unpack floating bugs, also working folders are now always created under %TEMP%\$mltwcx instead of just %TEMP%.